projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f1e0e3
)
(shrink-window-if-larger-than-buffer):
author
Richard M. Stallman
<rms@gnu.org>
Fri, 16 Sep 1994 08:11:26 +0000
(08:11 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 16 Sep 1994 08:11:26 +0000
(08:11 +0000)
Do nothing in minibuffer-only frame.
lisp/window.el
patch
|
blob
|
history
diff --git
a/lisp/window.el
b/lisp/window.el
index b8535648307666a82695e118206c645d322699d5..256dbcd43d4faba4f26e33108313b6efade49afd 100644
(file)
--- a/
lisp/window.el
+++ b/
lisp/window.el
@@
-170,6
+170,7
@@
or if the window is the only window of its frame."
(if (and (< 1 (count-windows))
(= (window-width) (frame-width))
(pos-visible-in-window-p (point-min) window)
+ (not (eq mini 'only))
(or (not mini)
(< (nth 3 edges)
(nth 1 (window-edges mini)))